projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b2fd5
)
* src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:26:27 +0000
(15:26 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 30 Jun 2019 06:26:27 +0000
(15:26 +0900)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 6d14fecde15629dd9fb8e1f4e9f1f15accb17146..f0e29627d9383b29537dcffdf30b74f6f3d32ad6 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-6962,6
+6962,7
@@
Text larger than the specified size is clipped. */)
w->must_be_updated_p = true;
update_single_window (w);
+ flush_frame (tip_f);
set_buffer_internal_1 (old_buffer);
unbind_to (count_1, Qnil);
windows_or_buffers_changed = old_windows_or_buffers_changed;